home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / frntsdk1.cpt / Frontier SDK 1.0 ƒ / Applet Toolkit / kb.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-28  |  540 b   |  33 lines

  1.  
  2. /*⌐ Copyright 1988-1991 UserLand Software, Inc.  All Rights Reserved.*/
  3.  
  4.  
  5. #define kbinclude /*so other includes can tell if we've been loaded*/
  6.  
  7.  
  8.  
  9.  
  10. tydirection keystroketodirection (char ch); /*prototype*/
  11.  
  12.  
  13. /*prototypes*/
  14.  
  15. extern boolean arrowkey (char);
  16.  
  17. extern tydirection keystroketodirection (char);
  18.  
  19. extern setkeyboardstatus (EventRecord);
  20.  
  21. extern keyboardclearescape (void);
  22.  
  23. extern keyboardsetescape (void);
  24.  
  25. extern boolean keyboardescape (void);
  26.  
  27. extern keyboardpeek (tykeystrokerecord *);
  28.  
  29. extern boolean enterkeydown (void);
  30.  
  31.  
  32.  
  33.